Space Engineers
Public Member Functions | Properties | List of all members
VRage.Parallelization.MyPausableJob Class Reference

Allows to pause one thread at exact points More...

Public Member Functions

void Pause ()
 
void Resume ()
 
void AllowPauseHere ()
 

Properties

bool IsPaused [get]
 

Detailed Description

Allows to pause one thread at exact points

Definition at line 13 of file MyPausableJob.cs.

Member Function Documentation

void VRage.Parallelization.MyPausableJob.AllowPauseHere ( )
inline

Definition at line 35 of file MyPausableJob.cs.

void VRage.Parallelization.MyPausableJob.Pause ( )
inline

Definition at line 21 of file MyPausableJob.cs.

void VRage.Parallelization.MyPausableJob.Resume ( )
inline

Definition at line 28 of file MyPausableJob.cs.

Property Documentation

bool VRage.Parallelization.MyPausableJob.IsPaused
get

Definition at line 19 of file MyPausableJob.cs.


The documentation for this class was generated from the following file: