Skip to content
Docs Try Aspire

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; }
The value specifies the number of seconds the action should pause or delay.