RuleExecution class

Ejecución individual de una regla dentro de un evento

Constructors

RuleExecution({required String ruleKey, required String ruleName, required RulesExecutionStatus status, DateTime? startTime, DateTime? endTime, RulesExecutionResult? result, String? error})
const

Properties

durationMs int?
Duración de la ejecución en milisegundos
no setter
endTime DateTime?
final
error String?
final
hashCode int
The hash code for this object.
no setterinherited
outputSummary String
Resumen del resultado
no setter
result RulesExecutionResult?
final
ruleKey String
final
ruleName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
final
status RulesExecutionStatus
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convertir a JSON para exportación
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited