Merge pull request #50161 from rmarcinik/patch-1

Add a missing result for task.info
This commit is contained in:
Nicole Thomas 2018-10-23 09:31:42 -04:00 committed by GitHub
commit 16eece35c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,7 @@ results = {0x0: 'The operation completed successfully',
0x8004130F: 'Credentials became corrupted',
0x8004131F: 'An instance of this task is already running',
0x800704DD: 'The service is not available (Run only when logged in?)',
0x800710E0: 'The operator or administrator has refused the request',
0xC000013A: 'The application terminated as a result of CTRL+C',
0xC06D007E: 'Unknown software exception'}