MaaFramework (main) v4.1.0-alpha.2
A automation black-box testing framework based on image recognition.
|
Contains the callback message definitions. More...
Go to the source code of this file.
Macros | |
#define | MaaMsg_Resource_Loading_Starting ("Resource.Loading.Starting") |
The message for the resource loading. | |
#define | MaaMsg_Resource_Loading_Succeeded ("Resource.Loading.Succeeded") |
The message for the resource loading. | |
#define | MaaMsg_Resource_Loading_Failed ("Resource.Loading.Failed") |
The message for the resource loading. | |
#define | MaaMsg_Controller_Action_Starting ("Controller.Action.Starting") |
Message for the controller actions. | |
#define | MaaMsg_Controller_Action_Succeeded ("Controller.Action.Succeeded") |
Message for the controller actions. | |
#define | MaaMsg_Controller_Action_Failed ("Controller.Action.Failed") |
Message for the controller actions. | |
#define | MaaMsg_Tasker_Task_Starting ("Tasker.Task.Starting") |
Message for the task. | |
#define | MaaMsg_Tasker_Task_Succeeded ("Tasker.Task.Succeeded") |
Message for the task. | |
#define | MaaMsg_Tasker_Task_Failed ("Tasker.Task.Failed") |
Message for the task. | |
#define | MaaMsg_Node_NextList_Starting ("Node.NextList.Starting") |
Message for the next list of node. | |
#define | MaaMsg_Node_NextList_Succeeded ("Node.NextList.Succeeded") |
Message for the next list of node. | |
#define | MaaMsg_Node_NextList_Failed ("Node.NextList.Failed") |
Message for the next list of node. | |
#define | MaaMsg_Node_Recognition_Starting ("Node.Recognition.Starting") |
Message for the recognition list of node. | |
#define | MaaMsg_Node_Recognition_Succeeded ("Node.Recognition.Succeeded") |
Message for the recognition list of node. | |
#define | MaaMsg_Node_Recognition_Failed ("Node.Recognition.Failed") |
Message for the recognition list of node. | |
#define | MaaMsg_Node_Action_Starting ("Node.Action.Starting") |
Message for the action of node. | |
#define | MaaMsg_Node_Action_Succeeded ("Node.Action.Succeeded") |
Message for the action of node. | |
#define | MaaMsg_Node_Action_Failed ("Node.Action.Failed") |
Message for the action of node. | |
Contains the callback message definitions.
A callback consists of a message and a payload. The message is a string that indicates the type of the message. The payload is a JSON object that contains the details of the message.