* @package taoProctoring */ interface DeliveryExecution extends \oat\taoDelivery\model\execution\DeliveryExecutionInterface { const STATE_AWAITING = 'http://www.tao.lu/Ontologies/TAODelivery.rdf#DeliveryExecutionStatusAwaiting'; const STATE_AUTHORIZED = 'http://www.tao.lu/Ontologies/TAODelivery.rdf#DeliveryExecutionStatusAuthorized'; const STATE_CANCELED = 'http://www.tao.lu/Ontologies/TAODelivery.rdf#DeliveryExecutionStatusCanceled'; // STATE_FINISHED, STATE_TERMINATED moved to taoDelivery }