object AutomationExecution
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AutomationExecution
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(AutomationExecutionId: UndefOr[AutomationExecutionId] = js.undefined, AutomationExecutionStatus: UndefOr[AutomationExecutionStatus] = js.undefined, CurrentAction: UndefOr[String] = js.undefined, CurrentStepName: UndefOr[String] = js.undefined, DocumentName: UndefOr[DocumentName] = js.undefined, DocumentVersion: UndefOr[DocumentVersion] = js.undefined, ExecutedBy: UndefOr[String] = js.undefined, ExecutionEndTime: UndefOr[DateTime] = js.undefined, ExecutionStartTime: UndefOr[DateTime] = js.undefined, FailureMessage: UndefOr[String] = js.undefined, MaxConcurrency: UndefOr[MaxConcurrency] = js.undefined, MaxErrors: UndefOr[MaxErrors] = js.undefined, Mode: UndefOr[ExecutionMode] = js.undefined, Outputs: UndefOr[AutomationParameterMap] = js.undefined, Parameters: UndefOr[AutomationParameterMap] = js.undefined, ParentAutomationExecutionId: UndefOr[AutomationExecutionId] = js.undefined, ProgressCounters: UndefOr[ProgressCounters] = js.undefined, ResolvedTargets: UndefOr[ResolvedTargets] = js.undefined, StepExecutions: UndefOr[StepExecutionList] = js.undefined, StepExecutionsTruncated: UndefOr[Boolean] = js.undefined, Target: UndefOr[String] = js.undefined, TargetLocations: UndefOr[TargetLocations] = js.undefined, TargetMaps: UndefOr[TargetMaps] = js.undefined, TargetParameterName: UndefOr[AutomationParameterKey] = js.undefined, Targets: UndefOr[Targets] = js.undefined): AutomationExecution
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.