For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Variable: WaitStateTypeEnum

const WaitStateTypeEnum: object;

The type of waiting state an element instance is in.

Type Declaration

CONDITION

readonly CONDITION: "CONDITION" = 'CONDITION';

JOB

readonly JOB: "JOB" = 'JOB';

MESSAGE

readonly MESSAGE: "MESSAGE" = 'MESSAGE';

SIGNAL

readonly SIGNAL: "SIGNAL" = 'SIGNAL';

TIMER

readonly TIMER: "TIMER" = 'TIMER';

USER_TASK

readonly USER_TASK: "USER_TASK" = 'USER_TASK';