File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/bizproc/automation/src/tracker/trigger-entry.js
Back
import { TrackingEntry } from 'bizproc.automation'; import { TrackingStatus } from './types'; export class TriggerEntry { id: string = ''; status: number = TrackingStatus.COMPLETED; // TODO - change string to Date when Date appear in TrackingEntry modified: ?string = undefined; constructor(entry: TrackingEntry) { if (entry.isTriggerEntry()) { this.id = entry.note; this.modified = entry.datetime; } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings