Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112011038
DifferentialUnitStatus.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 6, 19:23
Size
293 B
Mime Type
text/x-php
Expires
Thu, May 8, 19:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25922085
Attached To
rPH Phabricator
DifferentialUnitStatus.php
View Options
<?php
final
class
DifferentialUnitStatus
{
const
UNIT_NONE
=
0
;
const
UNIT_OKAY
=
1
;
const
UNIT_WARN
=
2
;
const
UNIT_FAIL
=
3
;
const
UNIT_SKIP
=
4
;
const
UNIT_POSTPONED
=
5
;
const
UNIT_AUTO_SKIP
=
6
;
}
Event Timeline
Log In to Comment