Share

ProcessPlotState Enumeration

C++

enum ProcessPlotState {
  kNotPlotting = 0,
  kForegroundPlotting,
  kBackgroundPlotting
};

File

AcPlPlotFactory.h

Members

Members Description
kNotPlotting No plot is in progress.
kForegroundPlotting Plot is in progress in the current process.
kBackgroundPlotting Plot is in progress in a background process; this process is the foreground process.

Description

Defines the state of the process plot.

Was this information helpful?