SleepActionV1.Seconds Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.