I have a service (not the Starter service) set to
In Service_Start I need to access some globals that are initialized in the Starter Service.
Can I assume that the Starter Service is always started first than a service that is set to StartAtBoot?
B4X:
#Region Service Attributes
#StartAtBoot: True
#End Region
In Service_Start I need to access some globals that are initialized in the Starter Service.
Can I assume that the Starter Service is always started first than a service that is set to StartAtBoot?