Click or drag to resize

crawlJobPluginaceOperation_defineJob Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineJob(System.String,System.String,System.Boolean,System.String,System.Int32)"]

Namespace:  imbWEM.Core.consolePlugin
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[DisplayAttribute(GroupName = "define", Name = "Job", ShortName = "", 
	Description = "AnaliticJob declares one experimental run, this is the first command to call in scripts with experiment definitions")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "Creates new instance of ActivityJog and assigns it to the current state.")]
public void aceOperation_defineJob(
	string jobName = "job",
	string jobDesc = "",
	bool defaultStage = true,
	string stampPrefix = "",
	int stampCount = 1
)

Parameters

jobName (Optional)
Type: SystemString

[Missing <param name="jobName"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineJob(System.String,System.String,System.Boolean,System.String,System.Int32)"]

jobDesc (Optional)
Type: SystemString

[Missing <param name="jobDesc"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineJob(System.String,System.String,System.Boolean,System.String,System.Int32)"]

defaultStage (Optional)
Type: SystemBoolean

[Missing <param name="defaultStage"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineJob(System.String,System.String,System.Boolean,System.String,System.Int32)"]

stampPrefix (Optional)
Type: SystemString

[Missing <param name="stampPrefix"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineJob(System.String,System.String,System.Boolean,System.String,System.Int32)"]

stampCount (Optional)
Type: SystemInt32

[Missing <param name="stampCount"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineJob(System.String,System.String,System.Boolean,System.String,System.Int32)"]

See Also