You are here

JobStatus.php in TMGMT Translator Smartling 8.4

Same filename and directory in other branches
  1. 8.3 vendor/smartling/api-sdk-php/src/Jobs/JobStatus.php

Namespace

Smartling\Jobs

File

vendor/smartling/api-sdk-php/src/Jobs/JobStatus.php
View 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';

}

Classes

Namesort descending Description
JobStatus