Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90564306
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
Sat, Nov 2, 19:40
Size
239 B
Mime Type
text/x-php
Expires
Mon, Nov 4, 19:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22099462
Attached To
rPH Phabricator
DifferentialUnitStatus.php
View Options
<?php
final
class
DifferentialUnitStatus
extends
Phobject
{
const
UNIT_NONE
=
0
;
const
UNIT_OKAY
=
1
;
const
UNIT_WARN
=
2
;
const
UNIT_FAIL
=
3
;
const
UNIT_SKIP
=
4
;
const
UNIT_AUTO_SKIP
=
6
;
}
Event Timeline
Log In to Comment