EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails class
Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics.
Next available id: 11
Constructors
-
EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({List<
EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats> ? eventAttemptStats, List<EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot> ? eventExecutionSnapshot, String? eventExecutionSnapshotsSize, String? eventExecutionState, int? eventRetriesFromBeginningCount, String? logFilePath, String? networkAddress, String? nextExecutionTime, int? ryeLockUnheldCount}) - EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails.fromJson(Map json_)
Properties
-
eventAttemptStats
↔ List<
EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats> ? -
getter/setter pair
-
eventExecutionSnapshot
↔ List<
EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot> ? -
After snapshot migration, this field will no longer be populated, but old
execution snapshots will still be accessible.
getter/setter pair
- eventExecutionSnapshotsSize ↔ String?
-
Total size of all event_execution_snapshots for an execution
getter/setter pair
- eventExecutionState ↔ String?
-
The execution state of this event.
Possible string values are:
getter/setter pair
- eventRetriesFromBeginningCount ↔ int?
-
Indicates the number of times the execution has restarted from the
beginning.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logFilePath ↔ String?
-
The log file path (aka.
getter/setter pair
- networkAddress ↔ String?
-
The network address (aka.
getter/setter pair
- nextExecutionTime ↔ String?
-
Next scheduled execution time in case the execution status was
RETRY_ON_HOLD.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ryeLockUnheldCount ↔ int?
-
Used internally and shouldn't be exposed to users.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited