Trigger Result
struct SmartCapture::Trigger::TriggerResult()This struct is a summary of the output of a trigger evaluation. If the trigger fails, the error messages and return codes will be provided. Else, the result will be provided.
Member Fields
string trigger_id: string trigger idbool result: bool result of the trigger evaluation, true or falsebool evaluated: bool whether the trigger evaluatedint return_code: int return code if applicabletime_t evaluation_time: time_t when the evaluation happenedvector<string> error_messages: vector of string error message if needed
Updated 10 months ago
Did this page help you?