ecl-logo Documentation

Object[Software, ManifoldKernelCommand]

A command to be run on a manifold kernel.

Organizational Information

    Name

    Name of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: A string.

    ID

    ID of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: The ID of this object.

    Object

    Object of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Software, ManifoldKernelCommand, _String]
    Pattern Description: The object reference of this object.

    Type

    Type of this Object.
    Format: Single
    Class: Expression

    Notebook

    Notebook this object belongs to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Pattern Description: An object of that matches ObjectP[Object[LaboratoryNotebook]].

    Commit

    The git SHA1 hash for the commit this distro was built on.
    Format: Single
    Class: String
    Programmatic Pattern: _String

    DeveloperObject

    Indicates that this object is being used for test purposes only and is not supported by standard SLL features.
    Format: Single
    Class: Expression
    Programmatic Pattern: True | False

    ManifoldKernel

    The kernel this command runs on.
    Format: Single
    Class: Link
    Programmatic Pattern: ObjectP[Object[Software, ManifoldKernel]]

    Command

    The mathematica command to run via ToExpression.
    Format: Single
    Class: String
    Programmatic Pattern: _String

    DateStarted

    The date this command started executing.
    Format: Single
    Class: Date
    Programmatic Pattern: _DateObject

    DateCompleted

    The date this command completed executing.
    Format: Single
    Class: Date
    Programmatic Pattern: _DateObject

    Status

    Whether the command is in the processing of running or not.
    Format: Single
    Class: Expression
    Programmatic Pattern: Pending | Running | Completed | TimedOut

    ZDriveFilePaths

    A list of all Z-drive file paths needed by this command.
    Format: Multiple
    Class: String
    Programmatic Pattern: _String

    Result

    The result of the command, if it is small enough to be stored as a string. If not, it will be stored in ResultCloudFile.
    Format: Single
    Class: String
    Programmatic Pattern: _String

    ResultCloudFile

    The result of the command, if it is too large to be stored as a string. If not, it will be stored in Result.
    Format: Single
    Class: Link
    Programmatic Pattern: ObjectP[Object[EmeraldCloudFile]]

    Messages

    The messages generated by the command.
    Format: Multiple

    [[1]] Name

      Header: Name
      Class: String
      Programmatic Pattern: _String

    [[2]] Text

      Header: Text
      Class: String
      Programmatic Pattern: _String

    [[3]] Expression

      Header: Expression
      Class: String
      Programmatic Pattern: _String

    LoadedVolumes

    Indicates whether the files have been loaded into the manifold job.
    Format: Single
    Class: Boolean
    Programmatic Pattern: BooleanP
Last modified on Fri 2 Dec 2022 20:42:22