API Reference
Struct
RunHeartbeat
Periodic heartbeat with counts for running/completed tasks.
Inheritance
- ValueType
- RunHeartbeat
Constructors
public RunHeartbeat(Int32 Running, Int32 Completed, Int32 Total, DateTimeOffset Timestamp) #Periodic heartbeat with counts for running/completed tasks.
Parameters
- Running System.Int32
- Number of tasks currently running.
- Completed System.Int32
- Number of tasks completed so far.
- Total System.Int32
- Total number of tasks in the run.
- Timestamp System.DateTimeOffset
- UTC timestamp of the heartbeat.
Methods
public Void Deconstruct(out Int32 Running, out Int32 Completed, out Int32 Total, out DateTimeOffset Timestamp) #Returns:
VoidParameters
- Running Int32
- Completed Int32
- Total Int32
- Timestamp DateTimeOffset
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String