D
Deleted member 103
Guest
If you start an activity-sub from the starter-service, it must always be checked whether the activity is paused?
e.g .:
Callsub (Main, "Show")
or
If Not (IsPaused (Main)) Then
CallSub (Main, "Show")
End If
e.g .:
Callsub (Main, "Show")
or
If Not (IsPaused (Main)) Then
CallSub (Main, "Show")
End If