Class StatusResult
public record StatusResult : IEquatable<StatusResult>
- Inheritance
-
StatusResult
- Implements
- Inherited Members
Constructors
StatusResult(bool, string)
public StatusResult(bool Ready, string Message)
Parameters
Properties
Message
public string Message { get; init; }
Property Value
Ready
public bool Ready { get; init; }