This enumeration represents the outcome of a sampling prompt.
Public Enum SamplerStatus OK NoChange Cancel End Enum
public enum SamplerStatus { OK, NoChange, Cancel }
Members |
Description |
OK |
Updated or changes accepted. |
NoChange |
No change in sampler status. |
Cancel |
Cancel the operation. |
Comments? |