iiSessionId | input | integer | Session Id. This SHOULD be filled in when this component is used from within another component in the business layer. This SHOULD be filled in with 0 if this component is called externally (eg. from the ApplicationControl program to start and stop the application) |
assign viSessionId = iiSessionId. /* code copied from generated instance programs (start) */ vlFcOk = no. publish "ComponentPoolIsRunning" (output vlFcOk). if vlFcOk = no then do: <M-1 run Main () in ComponentPool> session:add-super-procedure(vhFcComponent). end.