Answer
While the circumstances of the actual issue may vary, the basic cause is the same. If the Altiris Agent service restarts (for any reason) while a task has not returned any sort of status, it assumes it completed successfully and displays the message about running asynchronously.
A few possible scenarios are:
- System restarts, either because of the deployed software or some other source before a return code is provided.
- The Agent service is restarted for any reason (other than reboot). If you execute a task then restart the agent service, you'll notice the asynchronously message as well.
- The software install never provided a return code back to the agent. This means the next time the computer or service restarts, this will turn the status into asynchronously.


