delay
Causes the process to delay (suspend execution) for the specified amount of time.
Parameters
, the length of time required before the process continues executing, must not be negative and must be finite.
, since the delay is scheduled, a priority can be used to determine the order of events for delays that might be scheduled to complete at the same time.
the name of the delay. can be used to identify which delay the entity is experiencing if there are more than one delay suspension points within the process. The user is responsible for uniqueness.
Parameters
, the length of time required before the process continues executing, must not be negative and must be finite.
, since the delay is scheduled, a priority can be used to determine the order of events for delays that might be scheduled to complete at the same time.
the name of the delay. can be used to identify which delay the entity is experiencing if there are more than one delay suspension points within the process. The user is responsible for uniqueness.