Maa Framework (main) v2.2.0-beta.3
A automation black-box testing framework based on image recognition.
|
#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 tasks. | |
#define | MaaMsg_Tasker_Task_Succeeded ("Tasker.Task.Succeeded") |
Message for the tasks. | |
#define | MaaMsg_Tasker_Task_Failed ("Tasker.Task.Failed") |
Message for the tasks. | |
#define | MaaMsg_Task_NextList_Starting ("Task.NextList.Starting") |
Message for the Recognition List. | |
#define | MaaMsg_Task_NextList_Succeeded ("Task.NextList.Succeeded") |
Message for the Recognition List. | |
#define | MaaMsg_Task_NextList_Failed ("Task.NextList.Failed") |
Message for the Recognition List. | |
#define | MaaMsg_Task_Recognition_Starting ("Task.Recognition.Starting") |
Message for the recognition list. | |
#define | MaaMsg_Task_Recognition_Succeeded ("Task.Recognition.Succeeded") |
Message for the recognition list. | |
#define | MaaMsg_Task_Recognition_Failed ("Task.Recognition.Failed") |
Message for the recognition list. | |
#define | MaaMsg_Task_Action_Starting ("Task.Action.Starting") |
Message for the task action. | |
#define | MaaMsg_Task_Action_Succeeded ("Task.Action.Succeeded") |
Message for the task action. | |
#define | MaaMsg_Task_Action_Failed ("Task.Action.Failed") |
Message for the task action. | |
#define MaaMsg_Resource_Loading_Starting ("Resource.Loading.Starting") |
The message for the resource loading.
payload: { res_id: number, hash: string, path: string, }
#define MaaMsg_Resource_Loading_Succeeded ("Resource.Loading.Succeeded") |
The message for the resource loading.
payload: { res_id: number, hash: string, path: string, }
#define MaaMsg_Resource_Loading_Failed ("Resource.Loading.Failed") |
The message for the resource loading.
payload: { res_id: number, hash: string, path: string, }
#define MaaMsg_Controller_Action_Starting ("Controller.Action.Starting") |
Message for the controller actions.
payload: { ctrl_id: number, uuid: string, action: string, }
#define MaaMsg_Controller_Action_Succeeded ("Controller.Action.Succeeded") |
Message for the controller actions.
payload: { ctrl_id: number, uuid: string, action: string, }
#define MaaMsg_Controller_Action_Failed ("Controller.Action.Failed") |
Message for the controller actions.
payload: { ctrl_id: number, uuid: string, action: string, }
#define MaaMsg_Tasker_Task_Starting ("Tasker.Task.Starting") |
Message for the tasks.
payload: { task_id: number, entry: string, uuid: string, hash: string }
#define MaaMsg_Tasker_Task_Succeeded ("Tasker.Task.Succeeded") |
Message for the tasks.
payload: { task_id: number, entry: string, uuid: string, hash: string }
#define MaaMsg_Tasker_Task_Failed ("Tasker.Task.Failed") |
Message for the tasks.
payload: { task_id: number, entry: string, uuid: string, hash: string }
#define MaaMsg_Task_NextList_Starting ("Task.NextList.Starting") |
Message for the Recognition List.
payload: { task_id: number, name: string, list: string[], }
#define MaaMsg_Task_NextList_Succeeded ("Task.NextList.Succeeded") |
Message for the Recognition List.
payload: { task_id: number, name: string, list: string[], }
#define MaaMsg_Task_NextList_Failed ("Task.NextList.Failed") |
Message for the Recognition List.
payload: { task_id: number, name: string, list: string[], }
#define MaaMsg_Task_Recognition_Starting ("Task.Recognition.Starting") |
Message for the recognition list.
payload: { task_id: number, reco_id: number, name: string, }
#define MaaMsg_Task_Recognition_Succeeded ("Task.Recognition.Succeeded") |
Message for the recognition list.
payload: { task_id: number, reco_id: number, name: string, }
#define MaaMsg_Task_Recognition_Failed ("Task.Recognition.Failed") |
Message for the recognition list.
payload: { task_id: number, reco_id: number, name: string, }
#define MaaMsg_Task_Action_Starting ("Task.Action.Starting") |
Message for the task action.
payload: { task_id: number, node_id: number, name: string, }
#define MaaMsg_Task_Action_Succeeded ("Task.Action.Succeeded") |
Message for the task action.
payload: { task_id: number, node_id: number, name: string, }
#define MaaMsg_Task_Action_Failed ("Task.Action.Failed") |
Message for the task action.
payload: { task_id: number, node_id: number, name: string, }