Page MenuHomestyx hydra

DifferentialUnitStatus.php
No OneTemporary

DifferentialUnitStatus.php

<?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_POSTPONED = 5;
const UNIT_AUTO_SKIP = 6;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Apr 7, 2:23 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1164668
Default Alt Text
DifferentialUnitStatus.php (310 B)

Event Timeline