document - document ID of the project. action - name of the action.
Example:
tGXImportFlags flags;
string sDocumentID = gxImportProject("demo1.gxb", flags);
// sDocumentID contains the name of the new document created.
gxStartAction(sDocumentID,"saStartProgram");