project QadFinancials > class BBudget > method StopExternalInstances
Description
This method will stop all external instances.
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program/bbudget.p)
if viBSafStructureLinkBudgetID <> 0
then do :
<I-1 {bFcStopInstance
&CLASS = "BSafStructureLink"}>
assign viBSafStructureLinkBudgetID = 0.
end. /* if viBSafStructureLinkBudgetID */
if viBBudgetRebuildBudgetID <> 0
then do :
<I-2 {bFcStopInstance
&CLASS = "BBudgetRebuild"}>
assign viBBudgetRebuildBudgetID = 0.
end. /* if viBBudgetRebuildBudgetID */
if viMailBudgetID <> 0
then do :
<I-3 {bFcStopInstance
&CLASS = "Mail"}>
assign viMailBudgetID = 0.
end. /* if viMailBudgetID */
<ANCESTOR-CODE>