Adobe InCopy CS5.5 (7.5) Object Model JS: TaskState

InCopy CS5.5

 The state of a task.

Value

NameDescriptionValue
TaskState.CANCELLEDTask was cancelled (either before it ran or during execution1700029292 = 'eTcl'
TaskState.CANCELLINGTask was signalled to cancel but did not stop yet1700029281 = 'eTca'
TaskState.COMPLETEDTask completed execution (successfully or with errors)1700029296 = 'eTcp'
TaskState.QUEUEDTask was queued and is waiting to be scheduled for execution1699837285 = 'eQue'
TaskState.RUNNINGTask is running1700033141 = 'eTru'
TaskState.WAITINGTask is waiting1700225396 = 'eWat'

Usage

Return

Array of TaskState Application.waitForAllTasks ()
TaskState BackgroundTask.waitForTask ()

As property

BackgroundTask.status

Jongware, 29-Apr-2012 v3.0.3iContents :: Index