K4 ServerK4FinishTaskDialogObjects

K4 Finish Task Dialog Objects

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

count(
)
 → number
toSource(
)
 → string
anyItem(
)
 → K4FinishTaskDialogObject
Returns any K4FinishTaskDialogObject in the collection.
count(
)
 → number
Displays the number of elements in the K4FinishTaskDialogObject.
everyItem(
)
 → K4FinishTaskDialogObject
Returns every K4FinishTaskDialogObject in the collection.
firstItem(
)
 → K4FinishTaskDialogObject
Returns the first K4FinishTaskDialogObject in the collection.
item(
index)
 → K4FinishTaskDialogObject
Returns the K4FinishTaskDialogObject with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByRange(
from, to)
 → K4FinishTaskDialogObject
Returns the K4FinishTaskDialogObjects within the specified range.
from The K4FinishTaskDialogObject, index, or name at the beginning of the range. Can accept: K4FinishTaskDialogObject, Long Integer or String.
to The K4FinishTaskDialogObject, index, or name at the end of the range. Can accept: K4FinishTaskDialogObject, Long Integer or String.
lastItem(
)
 → K4FinishTaskDialogObject
Returns the last K4FinishTaskDialogObject in the collection.
middleItem(
)
 → K4FinishTaskDialogObject
Returns the middle K4FinishTaskDialogObject in the collection.
nextItem(
obj)
 → K4FinishTaskDialogObject
Returns the K4FinishTaskDialogObject whose index follows the specified K4FinishTaskDialogObject in the collection.
obj K4FinishTaskDialogObject The K4FinishTaskDialogObject whose index comes before the desired K4FinishTaskDialogObject.
previousItem(
obj)
 → K4FinishTaskDialogObject
Returns the K4FinishTaskDialogObject with the index previous to the specified index.
obj K4FinishTaskDialogObject The index of the K4FinishTaskDialogObject that follows the desired K4FinishTaskDialogObject.
toSource(
)
 → string
Generates a string which, if executed, will return the K4FinishTaskDialogObject.