added some notes to the modules, some not currently functional. rewriting process.lua to work with new modules, support pending actions

This commit is contained in:
Luke Miller
2021-11-29 14:36:18 -05:00
parent db43df6ce2
commit f381845d21
6 changed files with 226 additions and 160 deletions

View File

@@ -11,7 +11,7 @@ function completion()
print("completed")
end
-- modpol.modules.join_org.initiate("paul", test_org, completion)
modpol.modules.join_org.initiate("paul", test_org, completion)
process = modpol.modules.join_org_class.create("paul", test_org)
process:initiate(completion)
-- process = modpol.modules.join_org_class.create("paul", test_org)
-- process:initiate(completion)