API Reference / RunContextAPI ReferenceClass RunContextEdit on GitHubNamespace TestimoX.StorageAssembly TestimoXSource TestimoX/Storage/IResultStore.cs:31Modifiers sealedContext for the start of a run.InheritanceObjectRunContextFilter membersAll (9) Constructors (1) Methods (4) Properties (4)Show inherited Expand all Collapse all ResetConstructorspublic RunContext() #TestimoX/Storage/IResultStore.cs:31Inherited Methodspublic override Boolean Equals(Object obj) #TestimoX/Testing/ScaleDefinition.cs:47Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #TestimoX/Testing/ScaleDefinition.cs:33Returns: Int32Inherited from Objectpublic Type GetType() #TestimoX/Testing/ScaleDefinition.cs:43Returns: TypeInherited from Objectpublic override String ToString() #TestimoX/Testing/ScaleDefinition.cs:47Returns: StringInherited from ObjectPropertiespublic String RunId { get; set; } #TestimoX/Storage/IResultStore.cs:31Stable run identifier.public DateTimeOffset Started { get; set; } #TestimoX/Storage/IResultStore.cs:33UTC timestamp when run started.public String StoreDirectory { get; set; } #TestimoX/Storage/IResultStore.cs:35Optional configured storage directory.public StoragePolicy Policy { get; set; } #TestimoX/Storage/IResultStore.cs:37Effective policy for this run.