This website works better with JavaScript.
Home
Explore
Help
Sign In
ymlam
/
CommEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
52
Wiki
Activity
Browse Source
Expanded JobStatus with PAYMENT_REQUIRED.
tags/CommEngine-1.0.6
ymlam
4 years ago
parent
bd80187e59
commit
650e28ab79
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/main/java/altk/comm/engine/Job.java
+ 2
- 1
src/main/java/altk/comm/engine/Job.java
View File
@@ -38,7 +38,8 @@ public class Job
BAD_REQUEST(true), // SMS
THROTTLE_LIMIT_REACHED(true), // SMS
UNPROCESSABLE_ENTITY(true), // SMS
ABORT(true), // Voice
PAYMENT_REQUIRED(true) ,
ABORT(true),
;
private boolean isTerminal;
Write
Preview
Loading…
Cancel
Save