The Inx_Api_Sending_SendingState enumeration defines the states in which a sending may transit.
The Inx_Api_Sending_SendingState enumeration defines the states in which a sending may transit.
Located in /Api/Sending/SendingState.php (line 15)
Returns the SendingState corresponding to the given id. UNKNOWN state will be returned. inside client code.
Returns the SendingState corresponding to the given id. If the id is unknown, the UNKNOWN state will be returned. The ID is used for transmission purposes and should not be used inside client code.
The CRASHED state indicates that the sending process crashed and could not be finished.
The CRASHED state indicates that the sending process crashed and could not be finished.
The FINISHED state indicates that the sending was successfully completed.
The FINISHED state indicates that the sending was successfully completed.
The NOT_STARTED state is the initial state of a sending, stating that the sending has not yet been started or prepared.
The NOT_STARTED state is the initial state of a sending, stating that the sending has not yet been started or prepared.
The PREPARED state indicates that the mailing has been prepared for all recipients and is ready to be sent.
The PREPARED state indicates that the mailing has been prepared for all recipients and is ready to be sent.
The SENDING state indicates that the sending is in process.
The SENDING state indicates that the sending is in process.
The UNKNOWN state indicates a version mismatch between API and server.
The UNKNOWN state indicates a version mismatch between API and server.
The USER_INTERRUPTED state indicates that the sending process was interrupted by a user.
The USER_INTERRUPTED state indicates that the sending process was interrupted by a user.
Returns all valid SendingStates.
Returns all valid SendingStates.
Returns the ID of the SendingState. inside client code.
Returns the ID of the SendingState. The ID is used for transmission purposes and should not be used inside client code.
Documentation generated on Thu, 17 Sep 2015 14:27:30 +0200 by phpDocumentor 1.3.2