TC.groupName
Returns the group name as it appears in the MDRV command line. MDRV is the main process that runs all protocols.
TC.groupName();
Arguments
None
Return value
A promise that is fulfilled with a string upon success. If the process was started by VuGen, it returns None.
Example
(async ()=>{
let groupName = await TC.groupName();
})();