XJ music engine  1.9.6
In-game runtime engine for XJ music.
WorkState.h
Go to the documentation of this file.
1 // Copyright (c) XJ Music Inc. (https://xjmusic.com) All Rights Reserved.
2 
3 #ifndef XJMUSIC_WORK_FABRICATION_STATE_H
4 #define XJMUSIC_WORK_FABRICATION_STATE_H
5 
6 #include <string>
7 
8 namespace XJ {
9 
10  enum WorkState {
16  };
17 
18 }// namespace XJ
19 
20 #endif// XJMUSIC_WORK_FABRICATION_STATE_H
Definition: ActiveAudio.h:11
WorkState
Definition: WorkState.h:10
@ Standby
Definition: WorkState.h:11
@ Cancelled
Definition: WorkState.h:14
@ Done
Definition: WorkState.h:13
@ Active
Definition: WorkState.h:12
@ Failed
Definition: WorkState.h:15