SYNTAX

    setcritical [options] <threadid> ...


OPTIONS

-h (--help) bool

Display help.

-s (--system) bool

System attribute. Combine with --critical or --permanent.

-r (--process) bool

Process attribute. Combine with --critical or --permanent.

-c (--critical) bool

Sets the thread to be system/process critical.

-p (--permanent) bool

Sets the thread to be system/process permanent.


ARGUMENTS

<threadid>

Id of the thread(s) to change. Can be specified more than once. [uint(s)]


DESCRIPTION

Sets the User::TCritcal attribute of a thread.

To make thread 42 system critical, do setcritical --system --critical 42. To set a thread as not critical, do setcritical 42.


COPYRIGHT

Copyright (c) 2008-2010 Accenture. All rights reserved.