Table of Contents

Class JobProgressMessage

Namespace
Cratis.Chronicle.Jobs
Assembly
Cratis.Chronicle.dll

Represents the message of a job progress.

public record JobProgressMessage : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<JobProgressMessage>
Inheritance
JobProgressMessage
Implements
Inherited Members

Constructors

JobProgressMessage(string)

Represents the message of a job progress.

public JobProgressMessage(string Value)

Parameters

Value string

The inner value.

Fields

None

Represents an empty JobProgressMessage.

public static readonly JobProgressMessage None

Field Value

JobProgressMessage

Operators

implicit operator JobProgressMessage(string)

Implicitly convert from string to JobProgressMessage.

public static implicit operator JobProgressMessage(string value)

Parameters

value string

string value to convert.

Returns

JobProgressMessage