AppBuildProgress ClassDelta Engine Documentation
A message sent from the BuildService which informs about the current build progress. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Messages AppBuildProgress

Namespace: DeltaEngine.Editor.Messages
Assembly: DeltaEngine.Editor.Messages (in DeltaEngine.Editor.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class AppBuildProgress

The AppBuildProgress type exposes the following members.

Constructors

  NameDescription
Protected methodAppBuildProgress 
Need empty constructor for BinaryDataExtensions class reconstruction View code on GitHub
Public methodAppBuildProgress(String, Int32)
Initializes a new instance of the AppBuildProgress class
Top
Methods

  NameDescription
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyProgressPercentage
Public propertyText
Top
See Also