Share via


SleepActionV1.Seconds Property

Definition

Represents the duration in seconds associated with a sleep action.

[YamlDotNet.Serialization.YamlMember(Alias="seconds")]
public long Seconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="seconds")>]
member this.Seconds : int64 with get, set
Public Property Seconds As Long

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The value specifies the number of seconds the action should pause or delay.

Applies to