SleepActionV1 Properties
Class Properties 1 member
Represents an action to pause execution for a specified duration in seconds.
Represents the duration in seconds associated with a sleep action.
public long Seconds { get; set; }Remarks
The value specifies the number of seconds the action should pause or delay.