This enumeration describes all possible background script statuses.
It is a complete replica of TaskStatus enumeration.
Namespace: Facilita.Fc.Runtime.BackgroundScriptingAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Created | 0 | ||
WaitingForActivation | 1 | ||
WaitingToRun | 2 | ||
Running | 3 | ||
WaitingForChildrenToComplete | 4 | ||
RanToCompletion | 5 | ||
Canceled | 6 | ||
Faulted | 7 |
See Also