Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.MicrothreadNotification Class Reference

Public Types

enum  NotificationType { NotificationType.JobStarted, NotificationType.JobEnded }
 

Public Member Functions

 MicrothreadNotification ()
 

Public Attributes

int ThreadId
 
long MicrothreadId
 
long MicrothreadJobInfoId
 
long Time
 
NotificationType Type
 

Detailed Description

Definition at line 9 of file IBuildMonitorRemote.cs.

Member Enumeration Documentation

Enumerator
JobStarted 
JobEnded 

Definition at line 11 of file IBuildMonitorRemote.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.MicrothreadNotification.MicrothreadNotification ( )

Definition at line 23 of file IBuildMonitorRemote.cs.

Member Data Documentation

long SiliconStudio.BuildEngine.MicrothreadNotification.MicrothreadId

Definition at line 18 of file IBuildMonitorRemote.cs.

long SiliconStudio.BuildEngine.MicrothreadNotification.MicrothreadJobInfoId

Definition at line 19 of file IBuildMonitorRemote.cs.

int SiliconStudio.BuildEngine.MicrothreadNotification.ThreadId

Definition at line 15 of file IBuildMonitorRemote.cs.

long SiliconStudio.BuildEngine.MicrothreadNotification.Time

Definition at line 20 of file IBuildMonitorRemote.cs.

NotificationType SiliconStudio.BuildEngine.MicrothreadNotification.Type

Definition at line 21 of file IBuildMonitorRemote.cs.


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