I notice this happens on Windows Server 2012 R2.
I created a new task and this task is yet to run. By using the Task Scheduler Managed Wrapper, it returns status code 0x1 in LastTaskResult property. Whereas when i checked the Task Scheduler Windows, it shows a blank value under LastRunResult column.
It doesn't happen on Windows Server 2016 due to the behavior seems different that it shows status code 0x41303 instead of a blank value.
So, is it normal to return 0x1 status for blank status as shown in Task Scheduler Window?
I created a new task and this task is yet to run. By using the Task Scheduler Managed Wrapper, it returns status code 0x1 in LastTaskResult property. Whereas when i checked the Task Scheduler Windows, it shows a blank value under LastRunResult column.
It doesn't happen on Windows Server 2016 due to the behavior seems different that it shows status code 0x41303 instead of a blank value.
So, is it normal to return 0x1 status for blank status as shown in Task Scheduler Window?