Class TargetCrashedEventArgs
Issued when a target has crashed.
public sealed class TargetCrashedEventArgs : EventArgs
- Inheritance
-
TargetCrashedEventArgs
- Inherited Members
Properties
ErrorCode
Termination error code.
[JsonPropertyName("errorCode")]
public long ErrorCode { get; set; }
Property Value
Status
Termination status type.
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }