Page MenuHomestyx hydra

DifferentialUnitStatus.php
No OneTemporary

DifferentialUnitStatus.php

<?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;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 26, 10:15 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1552261
Default Alt Text
DifferentialUnitStatus.php (293 B)

Event Timeline