|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > PDMSystem > DBWIsDBWServerActive |
Returns the state of the DBWServer/DBWAclServer module.
Function DBWIsDBWServerActive()
1 |
if the DBWServer or the DBWAclServer are active in PDM options |
|---|---|
0 |
otherwise |
if DBWIsDBWServerActive() then
DBWMsgbox "The DBWServer/DBWAclServer is enabled"
else
DBWMsgbox "The DBWServer/DBWAclServer is disabled"
end if