1. Create simple job job_test and add it to action menu item in AOT.
2. Call job_test in other job using following code.
Args args;
;
args = new Args();
args.name(identifierStr(Jobs_Test));
new menuFunction(menuItemActionStr(Jobs_Test), MenuItemType::Action).run(args);
Aucun commentaire:
Enregistrer un commentaire