Variable ObservableFile.hotReload

Whether this file is being watched for changes.

class ObservableFile
{
  // ...
  const(bool) hotReload ;
  // ...
}