JobStatus.php in TMGMT Translator Smartling 8.4
Same filename and directory in other branches
Namespace
Smartling\JobsFile
vendor/smartling/api-sdk-php/src/Jobs/JobStatus.phpView source
<?php
namespace Smartling\Jobs;
class JobStatus {
const AWAITING_AUTHORIZATION = 'AWAITING_AUTHORIZATION';
const IN_PROGRESS = 'IN_PROGRESS';
const COMPLETED = 'COMPLETED';
const CANCELLED = 'CANCELLED';
const CLOSED = 'CLOSED';
}