|
IJobCanRepeat Property |
If false, the job will be executed one time and never again
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic virtual bool CanRepeat { get; set; }
Public Overridable Property CanRepeat As Boolean
Get
Set
public:
virtual property bool CanRepeat {
bool get ();
void set (bool value);
}
abstract CanRepeat : bool with get, set
override CanRepeat : bool with get, set
Property Value
Type:
Boolean
See Also