Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • class Enlighten PipelineError
  • class Enlighten PipelineExcludedInstance
  • class Enlighten PipelineGeom
  • class Enlighten PipelineGeometryProperties
  • class Enlighten PipelineGlobalParameters
  • class Enlighten PipelineInstanceParameters
  • class Enlighten PipelineLineWriter
  • class Enlighten PipelineMesh
  • class Enlighten PipelinePaths
  • class Enlighten PipelineProbeRegion
  • class Enlighten PipelineProbeVolume
  • class Enlighten PipelineRadiosityInstance
  • class Enlighten PipelineScene
  • class Enlighten PipelineTransform
  • class Enlighten PointLight
  • class Enlighten PointLightMeta
  • class Enlighten PointProjection
  • class Enlighten PointProjectionOptions
  • class Enlighten PointProjectionScratchMem
  • class Enlighten PointProjectionSurface
  • class Enlighten PointProjectionVersion
  • class Enlighten PppiManager
  • class Enlighten PppiWorld
  • class Enlighten PrecompInputAutoProbeVolume
  • class Enlighten PrecompInputFace
  • class Enlighten PrecompInputInstance
  • class Enlighten PrecompInputOctreeBoxSet
  • class Enlighten PrecompInputOctreePointSet
  • class Enlighten PrecompInputOctreeVolume
  • class Enlighten PrecompInputVertex
  • class Enlighten PrecompMaterialInfo
  • class Enlighten PrecompMeshProperties
  • class Enlighten PrecompOctreeNode
  • class Enlighten PrecompOctreeProbeKey
  • class Enlighten PrecomputedVisibilityData
  • class Enlighten PrecomputedVisibilityWorkspace
  • class Enlighten PrecomputeError
  • class Enlighten PrecomputeLoaderBuilder
  • class Enlighten PrecomputeParameters
  • class Enlighten PrecomputePipeline
  • class Enlighten PrecomputeProcess
  • class Enlighten PrecompVolumeQueryBox
  • class Enlighten PrecompVoxelId
  • class Enlighten PrecompVoxelOctree
  • class Enlighten PrecompVoxelOctreePath
  • class Enlighten PrecompVoxelOctreeVolume
  • class Enlighten ProbeBounceBuffer
  • class Enlighten ProbeBounceWorkspace
  • class Enlighten ProbeInterpolant
  • class Enlighten ProbeInterpolationTask
  • class Enlighten ProbeSetDataBlock
  • class Enlighten ProbeSetManagerVoxel
  • class Enlighten ProbeSetMeta
  • class Enlighten ProbeSetOctreeNode
  • class Enlighten ProbeSetVirtualProbe
  • class Enlighten ProfileHistory
  • class Enlighten QuadIterator
  • class Enlighten QuadShader
  • class Enlighten QuickFlatClusterShader
  • class Enlighten QuickQuadShader
  • class Enlighten R9G9B9E5CpuTextureSampler
  • class Enlighten R11G11B10CpuTextureSampler
  • class Enlighten RadCubeMapCore
  • class Enlighten RadCubeMapMetaData
  • class Enlighten RadCubeMapTask
  • class Enlighten RadDataBlock
  • class Enlighten RadDebugBucketSelectionTask
  • class Enlighten RadDebugColouringTask
  • class Enlighten RadDebugPixelInfo
  • class Enlighten RadiosityInputTree
  • class Enlighten RadiosityInstance
  • class Enlighten RadIrradianceTask
  • class Enlighten RadProbeSetCore
  • class Enlighten RadProbeSetMetaData
  • class Enlighten RadProbeTask
  • class Enlighten RadSystemCore
  • class Enlighten RadSystemMetaData
  • class Enlighten RawBuffer
  • class Enlighten ReadInputLightingBufferInfo
  • class Enlighten RectangleLight
  • class Enlighten RefTextureAllocator
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Enlighten PrecomputeProcess

    This is the documentation for Enlighten.

    class Enlighten PrecomputeProcess

    Nov 15, 2019

    class Enlighten::PrecomputeProcess

    Class for handling a long running external process.

    Functions

    Name Description
    Cancel()

    Cancels the running process.

    CheckComplete()

    Checks if the process has completed or not.

    GetRetCode()

    Gets the return code of the process. Must have completed.

    PrecomputeProcess()

    Constructor.

    Start(const Geo::GeoFileString &)

    Start a new long running process with the given commandline.

    Wait()

    Blocks until the process is complete.


    void Enlighten::PrecomputeProcess::Cancel


    public: void Cancel()


    Cancels the running process.


    bool Enlighten::PrecomputeProcess::CheckComplete


    public: bool CheckComplete()


    Checks if the process has completed or not.

    Returns

    true if the process has completed, false if it is still running.


    Geo::s32 Enlighten::PrecomputeProcess::GetRetCode


    public: Geo::s32 GetRetCode() const


    Gets the return code of the process. Must have completed.


    Enlighten::PrecomputeProcess::PrecomputeProcess


    public: PrecomputeProcess()


    Constructor.


    bool Enlighten::PrecomputeProcess::Start


    public: bool Start
    (
        const Geo::GeoFileString & commandline
    )


    Start a new long running process with the given commandline.

    Uses Win32 'Jobs' to allow the entire process tree spawned by the precompute to be killed.

    Returns

    true if the process is already complete, false if it is running.


    void Enlighten::PrecomputeProcess::Wait


    public: void Wait()


    Blocks until the process is complete.

    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "a8b7fa31c0e24968aa9d5cc51ac5feab"}