Site icon EfmSoft

What does NTSTATUS 0xC000050F (STATUS_JOB_NOT_EMPTY) mean?

 
Previous Next
STATUS_ALREADY_HAS_STREAM_ID STATUS_ALREADY_INITIALIZED

STATUS_JOB_NOT_EMPTY

The job still contains child objects or processes

STATUS_JOB_NOT_EMPTY identifies a specific Windows status in the job, task, callback, or isolation path. A lifecycle operation required an empty job, but membership or nested children remain. Closing one process handle does not necessarily remove the process from the job immediately.

Enumerate active processes and nested jobs, coordinate termination, and wait for completion-port notifications before retrying destructive operations.

What to preserve before changing the system

References for STATUS_JOB_NOT_EMPTY


Looking for a different code? Search another status or error code.

Exit mobile version