mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
export const NODE_STATUS_UNREGISTERED = 'u';
|
|
export const NODE_STATUS_REGISTERED = 'r';
|
|
export const NODE_STATUS_ONLINE = 'on';
|
|
export const NODE_STATUS_OFFLINE = 'off';
|