Correct case of $this special variable

This commit is contained in:
xtqqczze 2020-01-13 19:18:14 +00:00
parent 6663261238
commit 66e0f08ec2

View file

@ -13,7 +13,7 @@ Class WebListener
[String] GetStatus()
{
return $This.Job.JobStateInfo.State
return $this.Job.JobStateInfo.State
}
}