Specifies whether the session preempts sessions with lower priority when it has workload to run. If set to true, the session with higher priority preempts sessions with lower priority to get resources and finish the session as soon as possible.

C# |
public bool Preemptive { set; }

Specifies whether the session preempts others.