JobStatusInterface Class Reference 线程

#include <job.h>

Inheritance diagram for JobStatusInterface:

详细描述

Restricted job interface with the only purpose of being able to check for cancellation.

注意
Do not cast JobStatusInterface to JobInterface and assign it to a reference. This would result in memory corruption if the job was part of a group. Either use JobStatusInterface* or JobStatusRef .

公共成员函数

Bool   IsCancelled () const
JobGroupInterface GetJobGroup () const

Friends

class  StrongRefHandler