Skip to content

Commit

Permalink
Merge pull request #99 from Expensify/rocio-AddConstant
Browse files Browse the repository at this point in the history
Add RUNQUEUED constant
  • Loading branch information
fnwbr committed Jul 3, 2018
2 parents 67df927 + 5a53a02 commit d7bf3f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "expensify/Bedrock-PHP",
"description": "Bedrock PHP Library",
"type": "library",
"version": "1.4.3",
"version": "1.4.4",
"authors": [
{
"name": "Expensify",
Expand Down
5 changes: 5 additions & 0 deletions src/Jobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ class Jobs extends Plugin
*/
const STATE_RUNNING = "RUNNING";

/**
* State of a job that is currently in the runqueued state.
*/
const STATE_RUNQUEUED = 'RUNQUEUED';

/**
* State of a job that is currently queued.
*
Expand Down

0 comments on commit d7bf3f4

Please sign in to comment.