 | PubSubReprocessJobCanCancel Property |
True if the job can be cancelled
Namespace: SanteDB.Core.JobsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool CanCancel { get; }Public ReadOnly Property CanCancel As Boolean
Get
public:
virtual property bool CanCancel {
bool get () sealed;
}abstract CanCancel : bool with get
override CanCancel : bool with get
Property Value
BooleanImplements
IJobCanCancel
See Also