Class WaitComputerAction
A wait action.
public sealed class WaitComputerAction : IComputerAction
- Inheritance
-
WaitComputerAction
- Implements
- Inherited Members
Constructors
WaitComputerAction()
public WaitComputerAction()
Properties
Type
Specifies the event type.For a wait action, this property is always set to wait
.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("type")]
public ComputerActionType Type { get; }