#include <InstallerSharedContext.h>
The concrete implementation of IBuildInstallerThread
◆ ~FBuildInstallerThread()
| BuildPatchServices::FBuildInstallerThread::~FBuildInstallerThread |
( |
| ) |
|
◆ Run()
| uint32 BuildPatchServices::FBuildInstallerThread::Run |
( |
| ) |
|
|
overridevirtual |
Runs the runnable object.
This is where all per object thread work is done. This is only called if the initialization was successful.
- Returns
- The exit code of the runnable object
- See also
- Init, Stop, Exit
Implements FRunnable.
◆ RunTask()
◆ StartThread()
| bool BuildPatchServices::FBuildInstallerThread::StartThread |
( |
const TCHAR * |
DebugName | ) |
|
◆ Stop()
| void BuildPatchServices::FBuildInstallerThread::Stop |
( |
void |
| ) |
|
|
overridevirtual |
Stops the runnable object.
This is called if a thread is requested to terminate early.
- See also
- Init, Run, Exit
Reimplemented from FRunnable.
The documentation for this class was generated from the following files: