Class TargetCrashedEventArgs
TargetCrashed
public sealed class TargetCrashedEventArgs : EventArgs
- Inheritance
-
TargetCrashedEventArgs
- Inherited Members
Properties
ErrorCode
Gets or sets the errorCode
[JsonPropertyName("errorCode")]
public long ErrorCode { get; set; }
Property Value
Status
Gets or sets the status
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }