E_OCPP1_TriggerMessageStatus

TYPE E_OCPP1_TriggerMessageStatus :
(
    None := 0,     // Any status not covered by this implementation
    Accepted,      // Requested notification will be sent.
    Rejected,      // Requested notification will not be sent.
    NotImplemented // Requested notification cannot be sent because it is either not implemented or unknown.
) UDINT;
END_TYPE