Property IsSuccess
IsSuccess
Whether the operation succeeded. Set at the InboxDispatched stage:
true on success, false on failure. null for other stages.
public bool? IsSuccess { get; init; }
Property Value
- bool?
Whether the operation succeeded. Set at the InboxDispatched stage:
true on success, false on failure. null for other stages.
public bool? IsSuccess { get; init; }